home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Linux Cubed Series 3: Developer Tools
/
Linux Cubed Series 3 - Developer Tools.iso
/
devel
/
lang
/
ada
/
gnat-3.05-
/
gnat-3
/
gnat-3.05-i486-linux-elf-bin
/
examples
/
use_of_import.adb
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1996-06-11
|
168 b
|
7 lines
procedure Use_Of_Import is
procedure Imported_Function;
pragma Import (C, Imported_Function, "imported_function");
begin
Imported_Function;
end Use_Of_Import;